home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #6 / Amiga Plus CD - 2004 - No. 06.iso / AmiSoft / Comm / misc / trsi-ftpd01.lha / FAME-FTPd / source / ftpcodes.txt < prev    next >
Text File  |  2004-04-24  |  3KB  |  96 lines

  1. FTP Error codes
  2.  
  3. 100 - The requested action is being initiated, expect another reply before proceeding with a new command.
  4.  
  5. 110 - Restart marker reply.
  6.  
  7. 120 - Service ready in nnn minutes.
  8.  
  9. 125 - Data connection already open, transfer starting.
  10.  
  11. 150 - File status okay, about to open data connection.
  12.  
  13. 200 - The requested action has been successfully completed.
  14.  
  15. 200 - Command okay.
  16.  
  17. 202 - Command not implemented, superflous at this site.
  18.  
  19. 211 - System status, or system help reply.
  20.  
  21. 212 - Directory status.
  22.  
  23. 213 - File status.
  24.  
  25. 214 - Help message.
  26.  
  27. 215 - NAME system type. (Where NAME is an official system name
  28.       from the list in the Assigned Numbers document.)
  29.  
  30. 220 - Service ready for new user.
  31.  
  32. 221 - Service closing control connection. Logged out if appropriate.
  33.  
  34. 225 - Data connection open; no transfer in progress.
  35.  
  36. 226 - Closing data connection. Requested file action successful
  37.       (for example, file transfer or file abort).
  38.  
  39. 227 - Entering Passive Mode
  40.  
  41. 230 - User logged in, proceed.
  42.  
  43. 250 - Requested file action okay, completed.
  44.  
  45. 257 - "PATHNAME" created.
  46.  
  47. 300 - The command has been accepted, but the requested action is being held
  48.       in abeyance, pending receipt of further information.
  49.  
  50. 331 - User name okay, need password.
  51.  
  52. 332 - Need account for login.
  53.  
  54. 350 - Requested file action pending further information.
  55.  
  56. 400 - The command was not accepted and the requested action did not take place,
  57.       but the error condition is temporary and the action may be requested again.
  58.  
  59. 421 - Service not available, closing control connection. This may be a reply
  60.       to any command if the service knows it must shut down.
  61.  
  62. 425 - Can't open data connection.
  63.  
  64. 426 - Connection closed; transfer aborted.
  65.  
  66. 450 - Requested file action not taken. File unavailable (e.g., file busy).
  67.  
  68. 451 - Requested action aborted: local error in processing.
  69.  
  70. 452 - Requested action not taken. Insufficient storage space in system.
  71.  
  72. 500 - Series Codes: The command was not accepted and the requested action
  73.       did not take place.
  74.  
  75. 500 - Syntax error, command unrecognized. This may include errors such as
  76.       command line too long.
  77.  
  78. 501 - Syntax error in parameters or arguments.
  79.  
  80. 502 - Command not implemented.
  81.  
  82. 503 - Bad sequence of commands.
  83.  
  84. 504 - Command not implemented for that parameter.
  85.  
  86. 530 - Not logged in.
  87.  
  88. 532 - Need account for storing files.
  89.  
  90. 550 - Requested action not taken. File unavailable (e.g., file not found, no access).
  91.  
  92. 552 - Requested file action aborted. Exceeded storage allocation (for
  93.       current directory or dataset).
  94.  
  95. 553 - Requested action not taken. File name not allowed.
  96.